DisplayType Property (Recipient Object) 

The DisplayType property identifies the recipient type. This property enables special processing based on the type, such as displaying an icon associated with that type. Read-only.

Syntax

objRecipient.DisplayType

Parameters

objRecipient

Required. The Recipient object.

Data Type

Long

Remarks

You can use the display type to sort or to filter recipients.

The following values are defined:

DisplayType value

Description

mapiUser

Local user

mapiDistList

Distribution list

mapiForum

Public folder

mapiAgent

Agent

mapiOrganization

Organization

mapiPrivateDistList

Private distribution list

mapiRemoteUser

Remote user

 

See Also

Item, Property (Recipients Collection)